Each window and control in an application has several properties that QA Wizard Pro uses to uniquely identify objects. Following are examples of properties that may be captured:
| Property | Description |
|---|---|
| ControlOrder | Order of controls in the window. |
| Focused | Indicates if the control is currently selected. |
| ListItems | Values displayed in a combo box or list box. |
| Number of Items | Number of items in a combo box or list box. |
| SelectedIndexes | Position of items in a combo box or list box. |
| SubType | Definition of the control in the Window Class. |
| Text | Default text displayed in an edit box or combo box or the text that appears on a button or as a label. |
| Visible | Indicates if the control is displayed. |
Tip: Before you record scripts, take the time to set up the application in the application repository. This includes capturing the window and controls and modifying their properties. If a window or dialog box is displayed during recording, QA Wizard Pro captures the window, controls, and their properties. See Setting up repositories.